home *** CD-ROM | disk | FTP | other *** search
- /********************************************
- ; File: Scheduler.h
- ;
- ;
- ; Copyright Apple Computer, Inc.1986-90
- ; All Rights Reserved
- ;
- ********************************************/
- #ifndef __TYPES__
- #include <TYPES.h>
- #endif
-
- #ifndef __SCHEDULER__
- #define __SCHEDULER__
-
- #define busyFlag 0x00E100FFL
- extern pascal Boolean SchAddTask() inline(0x0907,dispatcher);
- extern pascal void SchBootInit() inline(0x0107,dispatcher);
- extern pascal void SchFlush() inline(0x0A07,dispatcher);
- extern pascal void SchReset() inline(0x0507,dispatcher);
- extern pascal void SchShutDown() inline(0x0307,dispatcher);
- extern pascal void SchStartUp() inline(0x0207,dispatcher);
- extern pascal Boolean SchStatus() inline(0x0607,dispatcher);
- extern pascal Word SchVersion() inline(0x0407,dispatcher);
- #endif
-